home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Snow / test-snow < prev    next >
Encoding:
Text File  |  1995-10-30  |  201 b   |  12 lines

  1. #!/bin/sh
  2. #
  3. # A simple shell script to test snow without installing it
  4. #
  5.  
  6.  
  7. STK_LIBRARY=../Lib 
  8. STK_LOAD_PATH=$STK_LIBRARY:../STklos:../Extensions
  9.  
  10. export STK_LIBRARY STK_LOAD_PATH
  11. exec ../Snow/snow $*
  12.